Classic Arcade Game Clone
Game Functions
Criteria | Meet Specification |
---|---|
Error Free |
The game functions correctly and runs error free
|
Object-Oriented Code
Criteria | Meet Specification |
---|---|
Object Oriented Code |
Game objects (player and vehicles) are implemented using JavaScript object-oriented programming features. |
Documentation
Criteria | Meet Specification |
---|---|
README |
A |
Comments |
Comments are present and effectively explain longer code procedures. As a rule of thumb: describe what all custom functions and object methods do. |
Code Quality |
Code is formatted with consistent, logical, and easy-to-read formatting as described in the Udacity JavaScript Style Guide. |
Tips to make your project standout:
Provide additional functionality to the game beyond minimum requirements, for example:
- Add collectible items on screen
- Multiple vehicle types
- Timed games
- Be creative!